CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fat sd

搜索资源列表

  1. WAV4_8.以AVRMEGA32播放SD卡中的WAV音乐

    0下载:
  2. 以AVRMEGA32播放SD卡中的WAV音乐,其中包括SD卡的驱动,FAT文件系统等,以PWM方式输出声音,SD card to play AVRMEGA32 of WAV music, including the SD card drive, FAT file system, so as to PWM output sound
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-26
    • 文件大小:82121
    • 提供者:赵先生
  1. SD_FS.rar

    0下载:
  2. SD卡FAT文件系统,在ARM开发板上编译调试通过,SD Card FAT file system, in the development of on-board ARM compiler debugging through
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:217413
    • 提供者:何晓源
  1. STM32-FATFS-for-SD-card.rar

    2下载:
  2. 运行于stm32平台上的fat文件系统。,Stm32 platform running on the fat file system.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2014-11-26
    • 文件大小:622708
    • 提供者:whl
  1. api

    0下载:
  2. uC/FS API函数源文件(sd卡的FAT驱动)-uC/FS API function source file (sd card FAT drive)
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:13905
    • 提供者:yehailong
  1. C51-SD

    0下载:
  2. c51读写SD卡原代码,可以实现fat文件系统-c51 to read and write SD card source code, you can achieve the fat file system
  3. 所属分类:Other systems

    • 发布日期:2017-05-26
    • 文件大小:9697050
    • 提供者:从影
  1. STM32-VS1003-MP3Final

    3下载:
  2. 基于STM32开发的MP3程序。内含触摸屏驱动、SD卡驱动、VS1003驱动、FAT文件系统驱动。已移植GUI。支持各种格式的音乐播放。-STM32 development of MP3-based program. Includes touch screen driver, SD card drive, VS1003 drive, FAT file system driver. Have been transplanted GUI. The music player supports a va
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2014-09-27
    • 文件大小:8208384
    • 提供者:王子剑
  1. STM32_USB_SD

    0下载:
  2. 1.基于KEIL STM32 USB读SD卡 2.USB驱动,FAT文件系统,SD卡驱动-1. Based on KEIL STM32 USB SD card read 2.USB drive, FAT file system, SD card driver
  3. 所属分类:USB develop

    • 发布日期:2017-03-25
    • 文件大小:519377
    • 提供者:
  1. SD

    0下载:
  2. 本程序实现了MSP430读写SD卡,MSP430对fat文件系统的操作-This program implements MSP430 to read and write SD card, MSP430 to the fat file system operations
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:30108
    • 提供者:haohaitao
  1. AVR_SDC_FAT_TFT

    0下载:
  2. AVR SDC FAT TFT SD卡,FAT文件系统,TFT LCD屏-AVR SDC FAT TFT
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-28
    • 文件大小:153837
    • 提供者:pons
  1. HFAT32_v1.1

    0下载:
  2. HFAT32是我依据FAT标准,按照自己的理解写出来的一个FAT文件系统 特性: 1.HFAT32 是一个小型的嵌入式FAT文件系统,可以方便地在nand flash,RAM和SD Card等 存储设备上创建FAT文件系统和操作它. 2.目前支持FAT16/32,支持长文件名.等等... -FAT based HFAT32 is my standard, according to their own understanding of written in a FAT
  3. 所属分类:Other Embeded program

    • 发布日期:2015-12-27
    • 文件大小:303994
    • 提供者:长空飞雪
  1. ARM_SourceCode0.7

    0下载:
  2. 适用於ARM的SD/MMC读写FAT的源码-Applicable to ARM s SD/MMC to read and write FAT source
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:34479
    • 提供者:Arthur
  1. FatProg32

    0下载:
  2. this program for sd mmc card in fat file system
  3. 所属分类:Applications

    • 发布日期:2017-04-25
    • 文件大小:337309
    • 提供者:mohamad
  1. MMC-SD

    0下载:
  2. MMC/SD Card and PIC16F877 Schematic and CCS C Code
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-24
    • 文件大小:49961
    • 提供者:Nisar
  1. FAT

    0下载:
  2. FAT32/fat16 SD卡上的代码,已经集成了文件查找,文件文件夹的创建可删除,文件拷贝,文件读取等,方便移植,移植的时候更改缓冲去,和2个主要的硬件读写函数就可以了-The driver of fat32/16 on sd cart,it have all of the function a fat32/fat16 should have,
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:9421
    • 提供者:小三
  1. sd-reader_FAT

    0下载:
  2. SD卡读卡器开发项目,实现了FAT文件系统。项目中使用的为AVR单片机,包括硬件原理图和整套软件源代码。软件包括sd卡底层驱动代码+FAT文件系统代码+应用层代码。是不是好东东,大家看了就知道。-SD card reader development project, to achieve the FAT file system. Project AVR microcontroller for use, including the hardware schematics and software
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:690873
    • 提供者:Davinci
  1. FAT-SD-card-information

    2下载:
  2. 全面透析SD卡与FAT相关资料 包括:4.5万字透视FAT32系统;SD存取介质;SD卡的SPI模式(中文);CSD寄存器解析;基于SPI协议的SD卡读写-FAT SD card with full dialysis-related information, including: 4.5 million characters perspective FAT32 system SD access to media SD card SPI mode (in Chinese) CSD re
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-01-31
    • 文件大小:2045479
    • 提供者:张成
  1. MP3-and-SD-card-file-code

    0下载:
  2. MP3代码和SD卡文件,包含VS1003解码芯片程序,SD卡及FAT文件系统的读写方法,液晶显示程序,收音机模块操作,音频处理程序,是你自己动手DIY个性化MP3的重要参考-MP3 code and SD card files, the program contains VS1003 decoder chip, SD card and the FAT file system read and write methods, liquid crystal display program, a rad
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-22
    • 文件大小:543091
    • 提供者:zhaoxingchen
  1. 4.STM32-TFT-SD-FAT

    0下载:
  2. STM32+TFT+SD+红外+fat的程序-STM32+ TFT+ SD+ IR program
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:566233
    • 提供者:lilysong
  1. 6.TFT-SD-FAT

    0下载:
  2. 51单片机驱动彩屏,并读取FAT的SD卡。有详细资料-51 color single-chip drive and read the FAT SD card. For details
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:90908
    • 提供者:sln
  1. FAT-based-file-system-to-SD-card

    0下载:
  2. 基于FAT文件系统的SD卡单片机读写方法详解-FAT-based file system to read and write methods Detailed microcontroller SD card
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:256897
    • 提供者:文良
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com